home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetTextWrap.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetTextWrap__
- #define __PGetTextWrap__
-
-
- class PGetTextWrap
- {
-
- public:
-
- PGetTextWrap();
-
- short cWrapOption;
- short cTextFlow;
- long xLeftSO;
- long yTopSO;
- long xRightSO;
- long yBottomSO;
- short cLayerWrap;
- };
-
- #endif
-
- // end of PGetTextWrap.h
-